All Scenarios

1

Passed Scenarios

0

Failed Scenarios

1

Execution Time: 7s 788ms

Expand All | Collapse All

Given Open a browser and login to the sales force site 4s 53ms Screenshot +
                                        
                                        
                                

When Search for "Contact Requests" in app launcher 2s 639ms Show Error +
                                            
Error: expect(locator).toBeVisible() failed Locator: locator('//button[@title=\'App Launcher\']') Expected: visible Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 200000ms - waiting for locator('//button[@title=\'App Launcher\']') at ..\pages\OtherFunctionality\salesforceHome.ts:101 99 | 100 | // Wait for app launcher to be visible and click it ) 101 | await expect(this.app_launcher).toBeVisible({ timeout: 200000 }); | ^ 102 | console.log("✅ App launcher is visible"); 103 | 104 | // Take start screenshot for verification

Then Add new Contact Request with following details < 1ms
Field Value
Requested By John Smith
Related To Testing
Preferred Channel Phone
Preferred Phone Number +1-555-987-6543
Request Status Attempted
Request Reason Case
Request Description Question about case charges

Then Verify Contact Request is created successfully with details < 1ms
Field Value
Requested By John Smith

After 538ms Show Info +